From 136284159eb7c841afb4c1678b9616d78bd96e8a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Jun 1993 18:00:36 +0000 Subject: [PATCH] (Man-getpage-in-background): Move close paren. --- lisp/man.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/man.el b/lisp/man.el index 48c61af24e9..2130f902a35 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -450,9 +450,9 @@ Man-reuse-okay-p is non-nil." (setenv "TERM" "dumb") (set-process-sentinel (start-process "man" buffer "sh" "-c" - (format (Man-build-man-command) man-args))) - 'Man-bgproc-sentinel)) - )) + (format (Man-build-man-command) man-args)) + 'Man-bgproc-sentinel)) + ))) (defun Man-notify-when-ready (man-buffer) "Notify the user when MAN-BUFFER is ready. -- 2.30.2